clipboard-client.c: Include necessary headers for Windows
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 3 May 2021 08:33:14 +0000 (16:33 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 4 May 2021 04:12:50 +0000 (12:12 +0800)
commite56754d27c3bb244ecde77b30864b0211fc656a7
treebfac51bd8a96a3b73b702d043c488d0ea5960988
parent40ebed3a03aef096addc0af09fec4ec529d882a0
clipboard-client.c: Include necessary headers for Windows

We need to include io.h and process.h for close() and exit(), as unistd.h may
not be universally available.
testsuite/gdk/clipboard-client.c